home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d3
/
pw_1.arc
/
INSTALL.DAT
< prev
next >
Wrap
Text File
|
1991-03-16
|
3KB
|
172 lines
@DefineProject
@Name = "Professional Write Trial Size"
@Version = "2.20T"
@SubDir = "\\PWTRIAL"
@OutDrive = C
@EndProject
@Repeat
@GetOption
@EscapeBack
@TopLine = "Press to Choose Menu Item, ─┘ to Select"
@Cls
@ClearOption 1-3
@Title = "@NAME Installation"
@Option 1 = "Print READ.ME File About The Trial Size"
@Option 2 = "Install @NAME"
@Option 3 = "Exit"
@EndOption
@If (3 [= @Option)
@Abort
@Endif
@If (2 [= @Option)
@ExitRepeat
@EndIf
@If (1 [= @Option)
@GetOption
@EscapeBack
@TopLine = "Press to Choose Menu Item, ─┘ to Select, Esc to Cancel"
@Cls
Do not choose a PostScript printer. The READ.ME file will not
be printed if you do.
@ClearOption 5-9
@Title = "Print READ.ME File to..."
@Option 5 = "LPT1"
@Option 6 = "LPT2"
@Option 7 = "LPT3"
@Option 8 = "COM1"
@Option 9 = "COM2"
@EndOption
@If (5 [= @Option)
@System "copy read.me lpt1"
@EndIf
@If (6 [= @Option)
@System "copy read.me lpt2"
@EndIf
@If (7 [= @Option)
@System "copy read.me lpt3"
@EndIf
@If (8 [= @Option)
@System "copy read.me com1"
@EndIf
@If (9 [= @Option)
@System "copy read.me com2"
@EndIf
@EndIf
@EndRepeat
@GetOutDrive
@TopLine = "Press to Choose Menu Item, ─┘ to Select, Esc to Cancel"
@Cls
@Title = "Install @NAME to..."
@Suppress A
@Suppress B
@EndOutDrive
@GetSubdir
@TopLine = "Press Esc to Cancel"
@Cls
@PROMPT = "Install in subdirectory..."
Please specify the destination subdirectory. This is the location
on your hard disk where @NAME will be
installed. Use the BACKSPACE key to blank out the default if you
wish to change it.
@EndSubdir
@DefineDisk
@Label = "Trial Disk 1"
@File READ.ME
@BeginLib DISK1.LIB
@File PW.PRG
@File PW.HLP
@File PW.WPC
@File PW.WPE
@File PW.PIF
@File MASTER5.SPC
@EndLib
@EndDisk
@DefineDisk
@Label = "Trial Disk 2"
@BeginLib DISK2.LIB
@File PW.FNT
@File PW.TAB
@File PW.PRI
@File MASTER4.SPC
@File MASTER6.SPC
@EndLib
@EndDisk
@DefineDisk
@Label = "Trial Disk 3"
@BeginLib DISK3.LIB
@File PW.OV0
@File PW.OV1
@File PW.OV2
@File PW.OV3
@File PW.OV4
@File PW.OV5
@File PW.OV6
@File PW.OV7
@File PW.OV8
@File SAMPLE.DOC
@File SAMPLE.LTR
@File PW.COM
@File PW.PS
@EndLib
@EndDisk
@Install
@TopLine = "Press any key to continue..."
@Message = "All files for"
"@Name"
"were installed on"
"@OutDrive:@Subdir"
@EndInstall
@Finish
@ChDrive @OutDrive
@ChDir "@Subdir"
@Cls
@Execute "pw",""
@EndFinish